'Declaration Public Function New( _ ByVal Images As IEnumerable(Of DicomImage), _ ByVal EvenSpacing As Boolean, _ ByVal Spacing As Single _ )
'Usage Dim Images As IEnumerable(Of DicomImage) Dim EvenSpacing As Boolean Dim Spacing As Single Dim instance As New DicomVolume(Images, EvenSpacing, Spacing)
public DicomVolume( IEnumerable<DicomImage> Images, bool EvenSpacing, float Spacing )
public: DicomVolume( IEnumerable<DicomImage^>^ Images, bool EvenSpacing, float Spacing )
Parameters
- Images
- The set of images to derive the DicomVolume from
- EvenSpacing
- True if even spacing is to be used
- Spacing
- The desired spacing